SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 51768: PROC GLIMMIX might abend with PLOTS=MEANPLOT, LINES, and AJDUST= options in the LSMEANS statement

DetailsCodeAboutRate It

The GLIMMIX procedure might terminate abnormally when ODS Graphics is enabled and the options PLOTS=MEANPLOT, LINES, and AJDUST= are specified in the LSMEANS statement.

The following error and traceback could be issued:

   ERROR:  An exception has been encountered.
   Please contact technical support and provide them with the following traceback information:
   
   The SAS task name is [GLIMMIX]
   Exception occurred at (3B5D0F74)
   Task Traceback
   Address   Frame     (DBGHELP API Version 4.0 rev 5)
   3B5D0F74  07F3E6D8  sasglimm:tkvercn1+0x11FF34
   3B4E3654  07F3E724  sasglimm:tkvercn1+0x32614
   3B524EDE  07F3F3A0  sasglimm:tkvercn1+0x73E9E
   3B4B14AB  07F3FF54  sasglimm:tkvercn1+0x46B
   00B92DC4  07F3FFA0  sashost:Main+0xCF84
   00C86038  07F3FFB4  sashost:Main+0x1001F8
   7C80B729  07F3FFEC  kernel32:GetModuleFileNameA+0x1BA

It might be possible to circumvent the problem by omitting the PLOTS=MEANPLOT option. PROC SGPLOT can be used instead to create a plot of the least squares means. To do this, save the ODS table Least Squares Means to a data set by adding the statement

   ods output LSMeans=lsmeans;

and then in a SCATTER statement in PROC SGPLOT, specify X=fixed-effect and Y=ESTIMATE. See the Full Code tab for examples.



Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS/STATWindows 7 Enterprise 32 bit9.312.19.3 TS1M09.3 TS1M2
Microsoft Windows XP Professional9.312.19.3 TS1M09.3 TS1M2
z/OS9.312.19.3 TS1M09.3 TS1M2
Microsoft® Windows® for x649.312.19.3 TS1M09.3 TS1M2
Microsoft Windows Server 2003 Datacenter Edition9.312.19.3 TS1M09.3 TS1M2
Microsoft Windows Server 2003 Enterprise Edition9.312.19.3 TS1M09.3 TS1M2
Microsoft Windows Server 2003 Standard Edition9.312.19.3 TS1M09.3 TS1M2
Microsoft Windows Server 2003 for x649.312.19.3 TS1M09.3 TS1M2
Microsoft Windows Server 20089.312.19.3 TS1M09.3 TS1M2
Microsoft Windows Server 2008 R29.312.19.3 TS1M09.3 TS1M2
Microsoft Windows Server 2008 for x649.312.19.3 TS1M09.3 TS1M2
Windows 7 Enterprise x649.312.19.3 TS1M09.3 TS1M2
Windows 7 Home Premium 32 bit9.312.19.3 TS1M09.3 TS1M2
Windows 7 Home Premium x649.312.19.3 TS1M09.3 TS1M2
Windows 7 Professional 32 bit9.312.19.3 TS1M09.3 TS1M2
Windows 7 Professional x649.312.19.3 TS1M09.3 TS1M2
Windows 7 Ultimate 32 bit9.312.19.3 TS1M09.3 TS1M2
Windows 7 Ultimate x649.312.19.3 TS1M09.3 TS1M2
Windows Vista9.312.19.3 TS1M09.3 TS1M2
Windows Vista for x649.312.19.3 TS1M09.3 TS1M2
64-bit Enabled AIX9.312.19.3 TS1M09.3 TS1M2
64-bit Enabled HP-UX9.312.19.3 TS1M09.3 TS1M2
64-bit Enabled Solaris9.312.19.3 TS1M09.3 TS1M2
HP-UX IPF9.312.19.3 TS1M09.3 TS1M2
Linux9.312.19.3 TS1M09.3 TS1M2
Linux for x649.312.19.3 TS1M09.3 TS1M2
Solaris for x649.312.19.3 TS1M09.3 TS1M2
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.